|
|
|
|
PersistContentsEnum Enumeration |
Defines processing options when saving/loading contents using the GetContents and SetContents methods.
Syntax PersistContentsEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum PersistContentsEnum |
C# |
public enum PersistContentsEnum |
C++ |
public enum class PersistContentsEnum |
Member |
Value |
Description |
None | 0 | No data is transferred. |
ItemsOnly | 1 | All item definitions are saved/loaded. |
HeadersOnly | 2 | All header definitions are saved/loaded. |
FootersOnly | 4 | All footer definitions are saved/loaded. |
Contents | 7 | All content definitions (items, headers and footers) are saved/loaded. |
Props | 256 | All control property definitions are saved/loaded. |
All | 65535 | All definitions are saved/loaded. |
Comments
The PersistContentsEnum enumeration defines processing options when saving/loading contents using the GetContents and SetContents methods.
The values can be combined using a bitwise OR operation to specify multiple values.